Method | Description | |
---|---|---|
__call ( string $name, array $args ) : mixed | Handle calls to this Tag object that are implemented by plugins | |
__construct ( $params = [] ) | ||
create ( array $paramarray ) : |
Create a tag and save it. | |
rewrite_tag_exists ( $rule, $slug, $parameters ) : boolean | Check if a tag exists on a published post, to see if we should match this rewrite rule. |
public static rewrite_tag_exists ( $rule, $slug, $parameters ) : boolean | ||
return | boolean | Whether the tag exists on a published post. |