--- a/wp/wp-content/plugins/portfolio/portfolio.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-content/plugins/portfolio/portfolio.php Tue Sep 27 16:37:53 2022 +0200
@@ -6,13 +6,13 @@
Author: BestWebSoft
Text Domain: portfolio
Domain Path: /languages
-Version: 2.53
+Version: 2.56
Author URI: https://bestwebsoft.com/
License: GPLv2 or later
*/
/*
- @ Copyright 2020 BestWebSoft ( https://support.bestwebsoft.com )
+ @ Copyright 2021 BestWebSoft ( https://support.bestwebsoft.com )
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
@@ -409,7 +409,9 @@
if ( ! class_exists( 'Bws_Settings_Tabs' ) )
require_once( dirname( __FILE__ ) . '/bws_menu/class-bws-settings.php' );
require_once( dirname( __FILE__ ) . '/inc/class-prtfl-settings.php' );
- $page = new Prtfl_Settings_Tabs( plugin_basename( __FILE__ ) ); ?>
+ $page = new Prtfl_Settings_Tabs( plugin_basename( __FILE__ ) );
+ if ( method_exists( $page,'add_request_feature' ) )
+ $page->add_request_feature(); ?>
<div class="wrap">
<h1><?php _e( 'Portfolio Settings', 'portfolio' ); ?></h1>
<?php $page->display_content(); ?>