Advertisement
hmbashar

WP_Widget is deprecated since version 4.3.0!

Sep 11th, 2015
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. //Here is a old code
  2.  
  3. //main post link:
  4. http://www.online-solve.com/?p=1983
  5.  
  6. /* Create the widget. */
  7. $this->WP_Widget(
  8. 'layers-widget-' . $this->widget_id ,
  9. $this->widget_title,
  10. $widget_ops,
  11. $control_ops
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement