<?php /** * Shims for recent WordPress functions * * @package kadence */ /** * Adds backwards compatibility for wp_body_open() introduced with WordPress 5.2 */ if ( ! function_exists( 'wp_body_open' ) ) { /** * Run the wp_body_open action. * * @return void */ function wp_body_open() { // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedFunctionFound do_action( 'wp_body_open' ); // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedHooknameFound } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
components | Folder | 0755 |
|
|
customizer | Folder | 0755 |
|
|
dashboard | Folder | 0755 |
|
|
meta | Folder | 0755 |
|
|
template-functions | Folder | 0755 |
|
|
back-compat.php | File | 2.87 KB | 0644 |
|
class-kadence-css.php | File | 43.6 KB | 0644 |
|
class-local-gfonts.php | File | 19.61 KB | 0644 |
|
class-theme.php | File | 9.15 KB | 0644 |
|
functions.php | File | 1.56 KB | 0644 |
|
template-hooks.php | File | 6.76 KB | 0644 |
|
wordpress-shims.php | File | 519 B | 0644 |
|