jetpack_widget_name, __( Authors, jetpack
jetpack_widget_name, __( Authors, jetpack
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_widget_name, __( Authors, jetpack') is found 1 times:
- /modules/widgets/authors.php line 29
public function __construct() { parent::__construct( 'authors', /** This filter is documented in modules/widgets/facebook-likebox.php */ apply_filters( 'jetpack_widget_name', __( 'Authors', 'jetpack' ) ), array( 'classname' => 'widget_authors', 'description' => __( 'Display blogs authors with avatars and recent posts.', 'jetpack' ), 'customize_selective_refresh' => true, ) );