• Hi,

    I’ve installed the “Log Deprecated Notices” plugin and found out that you are using two deprecated functions in you plugin.

    Function: register_sidebar_widget()
    Used in wp-content/plugins/whatpulse-widget-for-wordpress/whatpulse.php on line 321.
    ->
    Use wp_register_sidebar_widget() instead.
    Deprecated in version 2.8.

    ———–

    Function: register_widget_control()
    Used in wp-content/plugins/whatpulse-widget-for-wordpress/whatpulse.php on line 322.
    ->
    Use wp_register_widget_control() instead.
    Deprecated in version 2.8.

    https://wordpress.org/plugins/whatpulse-widget-for-wordpress/

The topic ‘Using depricated WordPress funtions in Plugin’ is closed to new replies.