Property | Type | Description | |
---|---|---|---|
$title_doing_it_wrong | Theme title doing it wrong boolean. |
Method | Description | |
---|---|---|
article_modified_time ( ) : string | Renders Article Modified Time meta tag. | |
article_published_time ( ) : string | Renders Article Publishing Time meta tag. | |
bing_site_output ( ) : string | Renders Bing Site Verification Code meta tag. | |
canonical ( ) : string | Renders Canonical URL meta tag. | |
description_from_cache ( $social = false ) : string | Cache description in static variable Must be called inside the loop | |
facebook_app_id ( ) : string | Renders Facebook App ID meta tag. | |
facebook_author ( ) : string | Renders Facebook Author meta tag. | |
facebook_publisher ( ) : string | Renders Facebook Publisher meta tag. | |
get_image_from_cache ( ) : string | Caches current Image URL in static variable. | |
google_site_output ( ) : string | Renders Google Site Verification Code meta tag. | |
ld_json ( ) : string | Renders LD+JSON Schema.org scripts. | |
og_description ( ) : string | Renders og:description meta tag | |
og_image ( ) : string | Renders Open Graph image meta tag. | |
og_locale ( ) : string | Renders the OG locale meta tag. | |
og_sitename ( ) : string | Renders Open Graph sitename meta tag. | |
og_title ( ) : string | Renders the Open Graph title meta tag. | |
og_type ( ) : string | Renders the Open Graph type meta tag. | |
og_url ( ) : string | Renders Open Graph URL meta tag. | |
paged_urls ( ) : string | Renders Prev/Next Paged URL meta tags. | |
pint_site_output ( ) : string | Renders Pinterest Site Verification code meta tag. | |
render_woocommerce_product_og_image ( ) : string | Renders WooCommerce Product Gallery OG images. | |
robots ( ) : string | Renders Robots meta tags. | |
shortlink ( ) : string | Renders Shortlink meta tag | |
the_description ( ) : string | Renders the description meta tag. | |
the_home_url_from_cache ( boolean $force_slash = false ) : string | Cache home URL in static variable | |
the_url_from_cache ( string $url = '', integer $post_id = null, boolean $paged = false, boolean $from_option = true, boolean $paged_plural = true ) : string | Cache current URL in static variable Must be called inside the loop | |
title_from_cache ( string $title = '', string $sep = '', string $seplocation = '', boolean $meta = false ) : string | Cache current Title in static variable Must be called inside the loop | |
twitter_card ( ) : string | Renders the Twitter Card type meta tag. | |
twitter_creator ( ) : string | Renders The Twitter Creator meta tag. | |
twitter_description ( ) : string | Renders Twitter Description meta tag. | |
twitter_image ( ) : string | Renders Twitter Image meta tag. | |
twitter_site ( ) : string | Renders the Twitter Site meta tag. | |
twitter_title ( ) : string | Renders Twitter Title meta tag. | |
use_facebook_tags ( ) : boolean | Determines whether we can use Facebook tags. | |
use_googleplus_tags ( ) : boolean | Determines whether we can use Google+ tags. | |
use_og_tags ( ) : boolean | Determines whether we can use Open Graph tags. | |
use_twitter_tags ( ) : boolean | Determines whether we can use Twitter tags. | |
yandex_site_output ( ) : string | Renders Yandex Site Verification code meta tag. |
Method | Description | |
---|---|---|
__construct ( ) | Constructor, load parent constructor |
public article_modified_time ( ) : string | ||
return | string | The Article Modified Time meta tag, and optionally the Open Graph Updated Time. |
public article_published_time ( ) : string | ||
return | string | The Article Publishing Time meta tag. |
public bing_site_output ( ) : string | ||
return | string | The Bing Site Verification Code meta tag. |
public description_from_cache ( $social = false ) : string | ||
return | string | The description |
public facebook_app_id ( ) : string | ||
return | string | The Facebook App ID meta tag. |
public facebook_author ( ) : string | ||
return | string | The Facebook Author meta tag. |
public facebook_publisher ( ) : string | ||
return | string | The Facebook Publisher meta tag. |
public get_image_from_cache ( ) : string | ||
return | string | The image URL. |
public google_site_output ( ) : string | ||
return | string | The Google Site Verification code meta tag. |
public og_description ( ) : string | ||
return | string | The Open Graph description meta tag. |
public og_sitename ( ) : string | ||
return | string | The Open Graph sitename meta tag. |
public paged_urls ( ) : string | ||
return | string | The Prev/Next Paged URL meta tags. |
public pint_site_output ( ) : string | ||
return | string | The Pinterest Site Verification code meta tag. |
public render_woocommerce_product_og_image ( ) : string | ||
return | string | The rendered OG Image. |
public the_description ( ) : string | ||
return | string | The description meta tag. |
public the_home_url_from_cache ( boolean $force_slash = false ) : string | ||
$force_slash | boolean | Force slash |
return | string | The url |
public the_url_from_cache ( string $url = '', integer $post_id = null, boolean $paged = false, boolean $from_option = true, boolean $paged_plural = true ) : string | ||
$url | string | the url |
$post_id | integer | the page id, if empty it will fetch the requested ID, else the page uri |
$paged | boolean | Return current page URL with pagination |
$from_option | boolean | Get the canonical uri option |
$paged_plural | boolean | Whether to allow pagination on second or later pages. |
return | string | The url |
public title_from_cache ( string $title = '', string $sep = '', string $seplocation = '', boolean $meta = false ) : string | ||
$title | string | The Title to return |
$sep | string | The Title sepeartor |
$seplocation | string | The Title sepeartor location ( accepts 'left' or 'right' ) |
$meta | boolean | Ignore theme doing it wrong. |
return | string | The title |
public twitter_card ( ) : string | ||
return | string | The Twitter Card meta tag. |
public twitter_creator ( ) : string | ||
return | string | The Twitter Creator or Twitter Site ID meta tag. |
public twitter_description ( ) : string | ||
return | string | The Twitter Descritpion meta tag. |
public twitter_image ( ) : string | ||
return | string | The Twitter Image meta tag. |
public twitter_site ( ) : string | ||
return | string | The Twitter Site meta tag. |
public twitter_title ( ) : string | ||
return | string | The Twitter Title meta tag. |
public use_facebook_tags ( ) : boolean | ||
return | boolean |
public use_googleplus_tags ( ) : boolean | ||
return | boolean |
public use_og_tags ( ) : boolean | ||
return | boolean |
public use_twitter_tags ( ) : boolean | ||
return | boolean |
public yandex_site_output ( ) : string | ||
return | string | The Yandex Site Verification code meta tag. |