rafamem
Forum Replies Created
-
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] PHP8.2 – Deprecated PHP errorSolved with this change… Please update!
// Define necessary private properties ? ? private $_page_title; ? ? private $_page_menu_title; ? ? private $_menu_parent; ? ? public function __construct() { ? ? ? ? // Initialize private properties ? ? ? ? $this->_page_title = __( 'One Click Accessibility', 'pojo-accessibility' ); ? ? ? ? $this->_page_menu_title = __( 'One Click Accessibility', 'pojo-accessibility' ); ? ? ? ? $this->_menu_parent = 'themes.php'; ? ? ? ? add_action('admin_menu', array($this, 'admin_menu'), 20); ? ? ? ? add_action('admin_init', array($this, 'admin_init'), 20); ? ? ? ? add_action('admin_footer', array($this, 'print_js')); ? ? ? ? add_filter('plugin_action_links_' . POJO_A11Y_BASE, array($this, 'plugin_action_links'), 10, 2); ? ? }
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] PHP8.2 – Deprecated PHP errorSame problem: Deprecated: Creation of dynamic property Pojo_A11y_Settings::$_page_title is deprecated
Forum: Plugins
In reply to: [Admin Menu Editor] The administrator cannot access content for the editorNow I understand how it works better, thanks for your explanations! Here is my rating ?? https://www.ads-software.com/support/topic/muy-util-211/#new-post
Forum: Plugins
In reply to: [Admin Menu Editor] The administrator cannot access content for the editorI have applied your suggestion to the menu items that I want both of them to see, but there are some items that I only want the administrator to see and when I log in with an editor user, instead of hiding the menu items that I don’t want him to see, it blocks me all the wp-admin where the following message appears…
“You do not have sufficient permissions to access this admin page.
Reason: There is a hidden menu item with the same URL (index.php) but a higher priority.”For example, I want the WordPress dashboard to see only the administrator, not the editor.
Great! We await the update ??