jetpack_facebook_likebox_title, $likebox_widget_title, $title, $page_url
jetpack_facebook_likebox_title, $likebox_widget_title, $title, $page_url
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_facebook_likebox_title, $likebox_widget_title, $title, $page_url') is found 1 times:
- /modules/widgets/facebook-likebox.php line 185
* @param string $likebox_widget_title Likebox Widget title (including a link to the Page URL). * @param string $title Widget title as set in the widget settings. * @param string $page_url Facebook Page URL. */ $likebox_widget_title = apply_filters( 'jetpack_facebook_likebox_title', $likebox_widget_title, $title, $page_url ); echo wp_kses( $likebox_widget_title, array( 'a' => array( 'href' => array() ) ) );