WP_Widget::form() expects to receive an array
as a parameter, but the plugin’s form()
function doesn’t have it.
You can probably fix it like this:
/** @see WP_Widget::form */
function form ( $instance ) {
_e('No options available.', AEC_NAME);
}
Be aware, though, that if the plugin’s not supported by its developers anymore, there won’t be any security updates.
Related Posts:
- Simple rich text editor in Text widget?
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- How to enable edit button in the theme’s customize UI?
- How can I make my custom shortcode work in a Custom HTML Widget?
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- How do I add a widget programmatically to a newly created site (WPMU) within a plugin?
- Override Widget class in plugins with custom plugin
- Using the media uploader in a custom plugin
- WordPress widget / plugin….fields not appearing in my widget
- Remove Widgets in Dashboard
- How can I retrieve data within my widget
- How do I register a stylesheet inside a WordPress widget?
- Detect if a plugin was included in a certain page
- How to get popular post from across a network?
- Are there plugins that interfere with the admin part of Rss widget?
- I need some direction on how to have a sidebar based on meta rather than page
- How can I reuse the WordPress search form for a custom plugin / widget?
- Multisite Widget/Content
- Passing $this->get_field_name() to javascript
- Is there plugin to show recent posts from one website in the widget area of another?
- Can I use a form in a dashboard widget?
- Ajax gives 400 error
- Missing argument 3 for wp_register_sidebar_widget()
- I wrote my plugin. How to display the result of the plugin’s function to sidebar (widget?)?
- I have no idea “How change font for elements in widget?”
- Widget for adding HTML markup to a page
- How to save additional user data as part of the registration process?
- Get post values of form created by widget in sidebar
- Adding widgets to header and footer from plugin
- Archive – same title for the first two posts
- How to remove traces from widget during uninstallation
- Which widget to use for display category post with view more? [closed]
- WordPress Widget Not Saving Data
- Calendar Plugins – Featured Widget [closed]
- In the archive widget, how do I sort in between two years?
- WordPress plugin subscribe2 not looking the same as before migration
- Wysiwyg editor errors
- How to make WordPress customizable for clients
- Setup page on first login on multisite
- Add content to footer – above wp_footer
- How to get my plug-in, wrote in php, to refresh on its own every 5 minutes?
- Conditional tag in Widget Logic for checking if top level page or if subpage
- Trying to create a table/list of my EventBrite course listings [closed]
- Disabling plugin but wpenqueue is not available
- Related posts widget or plugin needed
- Problem since update 3.5 [duplicate]
- Call plugin with php function
- How to disable a widget when dependent plugin is inactive?
- How can I delete a wordpress widget instance?
- Saving widget options from class method
- Widget’s container?
- Add SideBar/Widgets Just Below the Post
- Creating a widget and missing jQuery
- Plugin showing error
- WordPress Widget Not Saving Instance
- How to set the default value as the saved value once a form of widget is saved?
- Accessing widget information
- Setting text widget to one page only
- How to add captcha to publish widget
- Listing all sidebars
- jQuery slider widget similar to cnet.com
- Why aren’t my Follow Me links working?
- Creating New Dynamic Fields for a Certificate (Number Generation, Code Referencing, and more)
- Unable to locate inline CSS causing parts of page to be blank
- Widgets are not displaying in the admin panel
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- Can I add Short Code Of A Plugin In The Code Editor of WordPress?
- Adding custom post category to categories widget
- elementor development – custom widget like an inner section widget
- Update widget values from ajax function
- The styles in the recent posts widgets plugin not working
- How to disable a widget area of a specific page?
- One time call to external API in widget
- Change WordPress plugin widget `id_base` without breaking widget
- Widget display in theme
- Custom content per post in widget
- Using slightly modified widget
- Hook on widget context plugin to add custom context for widget
- How to add styling and script to a custom widget plugin
- How to make wp multisite subdomain exist search
- Customize a widget position
- Custom Widget not Available after Plugin Installation
- Adding link on title its in description but not in title see screenshots attached
- How know the “admin” blog from wordpress multisite?
- twitter widget loads properly in all themes except my own theme?
- How can I retrieve data within my widget
- How to get certain part from widget
- conditional tags for the output of a plugin
- Widget redirecting to home page
- Plugin won’t activate, fatal error (widget class not found)
- WordPress plugin not eching popular posts
- pre-upload text and video for the future
- Trying to output a “Most visited blogs” list in wordpress multisite
- Scrolling Ads? Live scrolling widget, not random on refresh
- Sidebar Slideshow widget with text [closed]
- Is it possible to control content on different pages by checkboxing wich content is shown where on a wordpress theme page?
- Issue with customizer and widget page
- Footer option is missing in Customiser
- Use custom Javascript for a custom Elementor Widget [closed]
- Why my widget is not visible in the WordPress theme Twenty Twenty-Three