- Timestamp:
- 12/07/2019 01:54:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r46613 r46827 5 5 * @package WordPress 6 6 * @subpackage Twenty_Twenty 7 * @since 1.0.07 * @since Twenty Twenty 1.0 8 8 */ 9 9 … … 107 107 * Filters the html for the site description. 108 108 * 109 * @since 1.0.0109 * @since Twenty Twenty 1.0 110 110 * 111 111 * @param string $html The HTML to display. … … 238 238 * This filter can be used to hide post meta information of post, page or custom post type registerd by child themes or plugins 239 239 * 240 * @since 1.0.0240 * @since Twenty Twenty 1.0 241 241 * 242 242 * @param array Array of post types … … 258 258 * Use this filter to hide post meta information like Author, Post date, Comments, Is sticky status 259 259 * 260 * @since 1.0.0260 * @since Twenty Twenty 1.0 261 261 * 262 262 * @param array $args { … … 285 285 * Use this filter to hide post tags 286 286 * 287 * @since 1.0.0287 * @since Twenty Twenty 1.0 288 288 * 289 289 * @param array $args { … … 326 326 * Allow output of additional post meta info to be added by child themes and plugins. 327 327 * 328 * @since 1.0.0328 * @since Twenty Twenty 1.0 329 329 * 330 330 * @param int $post_ID Post ID. … … 449 449 * Allow output of additional post meta info to be added by child themes and plugins. 450 450 * 451 * @since 1.0.0451 * @since Twenty Twenty 1.0 452 452 * 453 453 * @param int $post_ID Post ID. … … 748 748 * Filters the animation duration/speed used usually for submenu toggles. 749 749 * 750 * @since 1.0750 * @since Twenty Twenty 1.0 751 751 * 752 752 * @param integer $duration Duration in milliseconds.
Note: See TracChangeset
for help on using the changeset viewer.