mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Docblock corrections and improvements, mostly related to various pre_* filters.
See #47110 git-svn-id: https://develop.svn.wordpress.org/trunk@46232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -305,12 +305,12 @@ function do_shortcode_tag( $m ) {
|
||||
/**
|
||||
* Filters whether to call a shortcode callback.
|
||||
*
|
||||
* Passing a truthy value to the filter will effectively short-circuit the
|
||||
* Returning a non-false value from filter will short-circuit the
|
||||
* shortcode generation process, returning that value instead.
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
* @param bool|string $return Short-circuit return value. Either false or the value to replace the shortcode with.
|
||||
* @param false|string $return Short-circuit return value. Either false or the value to replace the shortcode with.
|
||||
* @param string $tag Shortcode name.
|
||||
* @param array|string $attr Shortcode attributes array or empty string.
|
||||
* @param array $m Regular expression match array.
|
||||
|
||||
Reference in New Issue
Block a user