You appear to be a bot. Output may be restricted
Description
Usage
WPCOM_Widget_Facebook_LikeBox::get_default_args();
Parameters
Returns
void
Source
File name: jetpack/modules/widgets/facebook-likebox.php
Lines:
1 to 22 of 22
function get_default_args() { $defaults = array( 'href' => '', 'width' => $this->default_width, 'height' => $this->default_height, 'show_faces' => 'true', 'stream' => '', 'cover' => 'true', 'small_header' => '', ); /** * Filter Facebook Likebox default options. * * @module widgets * * @since 1.3.1 * * @param array $defaults Array of default options. */ return apply_filters( 'jetpack_facebook_likebox_defaults', $defaults ); }