Changeset 46232 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 09/21/2019 05:40:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r45932 r46232 306 306 * Filters whether to call a shortcode callback. 307 307 * 308 * Passing a truthy value to the filter will effectivelyshort-circuit the308 * Returning a non-false value from filter will short-circuit the 309 309 * shortcode generation process, returning that value instead. 310 310 * 311 311 * @since 4.7.0 312 312 * 313 * @param bool|string $return Short-circuit return value. Either false or the value to replace the shortcode with.313 * @param false|string $return Short-circuit return value. Either false or the value to replace the shortcode with. 314 314 * @param string $tag Shortcode name. 315 315 * @param array|string $attr Shortcode attributes array or empty string.
Note: See TracChangeset
for help on using the changeset viewer.