Methods
add filters
filters()
static
wp_title
wp_title($title)
static
enable any shortcodes in CF7
shortcodes_in_cf7(string $form) : string
static
Arguments
$form
stringoriginal html
Response
stringparsed with do_shortcode
Show a splash screen on some pages
wpv_splash_screen()
static
Wrap oEmbeds in .wpv-video-frame
oembed_dataparse(string $output, object $data, string $url) : string
static
Arguments
$output
stringoriginal oembed output
$data
objectdata from the oEmbed provider
$url
stringoriginal embed url
Response
string$output wrapped in additional html
Returns the HTML for the column titles, based on their type
column_title(string $title, string $type) : string
static
Arguments
Response
stringcolumn title html
Implements .swf oEmbeds
embed_handler_swf(array $matches, array $attr, string $url, array $rawattr) : string
static
Arguments
$matches
arraypreg_match matches
$attr
arrayembed attributes
$rawattr
arrayraw attributes
Response
stringoutput html
Correct image size for the multiwidget images
posts_widget_img_size(int $img_size, array $args) : int
static
Arguments
$img_size
intoriginal image size
$args
arraywidget arguments
Response
intimage size
Correct thumbnail name for the multiwidget images
posts_widget_thumbnail_name(string $img_size, array $args) : string
static
Arguments
$img_size
stringoriginal thumbnail
$args
arraywidget arguments
Response
stringthumbnail name
Sets the excerpt length
excerpt_length(int $length) : int
static
Arguments
$length
intoriginal length
Response
intexcerpt length
Sets the excerpt ending
excerpt_more(string $more) : string
static
Arguments
$more
stringoriginal ending
Response
stringexcerpt ending