Browsing Tag
beforeafterwidgettitle
$before/after_widget/title not displaying anything
I have built a custom widget with this code: class rfw_dock extends WP_Widget { function __construct() { parent::__construct('rfw_dock', __('TITLE'), array( 'description' => __( 'DESCRIPTION'))); }