I found the the solution and everything works now
I just removed: &$this,
giving :
self::pixgridder_admin( array( 'register_options' ) );
Related Posts:
- Fatal error: Call to undefined function wp_mail()
- Fatal error: Call to a member function get_page_permastruct() on a non-object
- Fatal error: Uncaught Error: Call to undefined function convert_to_screen()
- Fatal error: Cannot redeclare admin_notice() [closed]
- Error: Call to a member function get_error_code() on a non-object
- Class cannot be found, but it’s available in the file, I get: Fatal Error: Uncaught Error: Class ‘Blocks\Base\Activation’ not found
- WP_Fatal_Error_Handler OR WP_Error OR try/catch
- Uncaught Error: Call to undefined function wp_get_current_user() in
- Fatal Error triggers Before WP_Error handler
- Saving metabox updates causing fatal error
- Add self-closing shortcode button to TinyMCE in WP 4.6
- How Do I Use jQuery UI In My Plugin
- Checking if a file is already in the Media Library
- How to implement add_image_size in a plugin
- How to make dynamically-generated content searchable in WordPress?
- Nav Menu meta failing to import
- How can I track active users of my plugin? and why doesn’t WordPress.Org offer this?
- How do I conditionally enqueue script for CPT single post type with plugin?
- Is it possible to remove next-post / previous-post with out creating a custom template?
- Escaping built-in WP function return strings
- Custom Rewriting to Plugin with Parameters
- Help adding image upload functionality to widget
- ERROR: Options page not found – saving settings page with tabs
- Script won’t load via plugin class
- How to override a function call in functions.php?
- Is there a need to do apply_filter(‘widget_title’, $instance[‘title’]) or any other ‘widget_xxx’ filters?
- Passing array of strings to a SQL statement in a WordPress plugin
- Add multiple shipping rates from add_rate function with custom ID
- How can I render shortcode so that its not cached by Caching plugins?
- Does WordPress support WebP images?
- Filter, or any way to dynamically change theme screenshot image?
- Sidebar widget to show popular post not working?
- WP_Query returns no results
- On Plugin Activation, How Do I Check for Proper Transport Mechanism?
- Enqueue scripts in footer
- Is It Always a Best Practice to Decouple the Frontend from the Admin Area When Developing a WordPress Application?
- How to render a time-of-day string like ’16:42′ with a site’s chosen time format?
- Will setcookie work if there is a cache plugin installed?
- Adding settings link to plugin doesn’t work
- Including the necessary functions for a custom ajax registration form
- Check Paypal Purchase is Success or Not in Easy Digital Download Plugin
- Render content after post title in wp-admin
- WordPress clean internationalization for menus?
- Dashboard – get status and position of metaboxes and pass them to ajax method
- Is it possible to install a theme via a plugin?
- JSX in WordPress Plugin Development
- W3 Total Cache JS and css Minify folder are empty
- Form doesnt save to database
- Wp_list_table search box not working for custom value from database
- Notice: Trying to get property ‘term_id’ of non-object
- How to add user details to different tables immediately after user registration
- How to change the column label in screen options for a custom column?
- Including comments meta box on a plugin page
- include php file if page_id matches
- Optimising a big WordPress site
- How to create custom settings page for custom plugin
- Why wp_die() doesn’t work with wp_redirect but exit() works
- Update File Once Every 30 Days
- Taxonomies within plugin invalid
- Category select options for plugin settings
- Make Database query only when option is updated
- shortcode executed in the page editor
- Plugin header: WP and PHP version control uses wp_die(), can I change that?
- Completely isolate a plugin view so it doesn’t load the theme
- Does is_admin() really provide a plugin performance improvement?
- Enqueueing common php scripts in a plugin
- How to translate wordpress backend to another language
- How can I save a password securely as a settings field
- How does “Your comment is awaiting moderation” work?
- How to localize data array in plugin’s option page
- Changing permalink structure breaks link to .php file which generates files dynamically
- rewrite_rules problem
- Dynamic page generation upon purchase of a product
- Custom post type change permalink query
- Upload product image from frontside for administrator only
- Allowing duplicating users with same user_login and user_email
- Why does theme’s reset CSS have higher precedence of plugin’s CSS?
- Redirect WooCommerce checkout to cart
- Integrate separate web app inside wordpress [closed]
- How to filter an action inside class in MemberPress plugin?
- I have a plugin where in I have to change the title of the page dynamically by sending parameter to the_title filter
- PHP includes with AJAX actions
- Define a url for an email confirmation from within a plugin
- WordPress Search Form with Keyword Suggestion
- Custom Post Type and Functions
- WordPress custom plugin developement
- How can I map a specific URL pattern to a plugin for processing
- Issue on Getting Images URL of the Post Gallery
- Google does not index data from custom table used for a plugin
- Best practice: What belongs in theme and what in plugin for large eCommerce website
- I can install my plugin in localhost but not in my server
- ouput buffering confusing me!
- Change the class of wordpress menu
- WordPress.org how to force expire Cached Banner-772×250 from my Plugin page
- What is the Timeline for the Active Version Pie Chart in the Repository?
- How to change url’s in WordPress when changing domain [duplicate]
- Email verification feature in wordpress social login plugin
- Custom Pin it button is not showing over the image instead it shows as block top_left
- check wp_login into a plugin
- Is wordpress plugin development active? [closed]