Title: rafamem's Replies | WordPress.org

---

# rafamem

  [  ](https://wordpress.org/support/users/rafamem/)

 *   [Profile](https://wordpress.org/support/users/rafamem/)
 *   [Topics Started](https://wordpress.org/support/users/rafamem/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rafamem/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rafamem/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rafamem/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rafamem/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rafamem/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Web Accessibility (formally known as Ally) - WCAG Scanning, Guided Fixes, Usability Widget] PHP8.2 – Deprecated PHP error](https://wordpress.org/support/topic/php8-2-deprecated-php-error/)
 *  [rafamem](https://wordpress.org/support/users/rafamem/)
 * (@rafamem)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/php8-2-deprecated-php-error/#post-17765426)
 * Solved with this change… Please update!
 *     ```wp-block-code
       // 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Web Accessibility (formally known as Ally) - WCAG Scanning, Guided Fixes, Usability Widget] PHP8.2 – Deprecated PHP error](https://wordpress.org/support/topic/php8-2-deprecated-php-error/)
 *  [rafamem](https://wordpress.org/support/users/rafamem/)
 * (@rafamem)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/php8-2-deprecated-php-error/#post-17765405)
 * Same problem: **Deprecated**: Creation of dynamic property Pojo_A11y_Settings::
   $_page_title is deprecated
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] The administrator cannot access content for the editor](https://wordpress.org/support/topic/the-administrator-cannot-access-content-for-the-editor/)
 *  Thread Starter [rafamem](https://wordpress.org/support/users/rafamem/)
 * (@rafamem)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-administrator-cannot-access-content-for-the-editor/#post-15203865)
 * Now I understand how it works better, thanks for your explanations! Here is my
   rating 🙂 [https://wordpress.org/support/topic/muy-util-211/#new-post](https://wordpress.org/support/topic/muy-util-211/#new-post)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] The administrator cannot access content for the editor](https://wordpress.org/support/topic/the-administrator-cannot-access-content-for-the-editor/)
 *  Thread Starter [rafamem](https://wordpress.org/support/users/rafamem/)
 * (@rafamem)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/the-administrator-cannot-access-content-for-the-editor/#post-15178621)
 * I 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Directorist: AI-Powered Business Directory, Listings & Classified Ads] Yoast Warnings in debug mode](https://wordpress.org/support/topic/yoast-warnings-in-debug-mode/)
 *  Thread Starter [rafamem](https://wordpress.org/support/users/rafamem/)
 * (@rafamem)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/yoast-warnings-in-debug-mode/#post-15069301)
 * Great! We await the update 🙂

Viewing 5 replies - 1 through 5 (of 5 total)