Deprecated code found
-
Hello Dear Developers,
Hope you are doing greatI just thought to notify about Deprecated code which contains in this plugin.
Can you please have a look at following sources?Source: /jetpack/modules/infinite-scroll.php
get_theme at line 124:
$theme = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_theme( get_current_theme() );
Deprecated 3.4.0 Use wp_get_theme()Source: /jetpack/modules/infinite-scroll.php
get_theme at line 18:
$theme = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_theme( get_current_theme() );
Deprecated 3.4.0 Use wp_get_theme()Source: /jetpack/modules/infinite-scroll.php
get_theme at line 124:
$theme = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_theme( get_current_theme() );
Deprecated 3.4.0 Use wp_get_theme()Source: /jetpack/modules/custom-css/custom-css.php
get_current_theme at line 446:
$post['post_excerpt'] = get_current_theme();
Deprecated 3.4.0 Use wp_get_theme()get_current_theme at line 465:
$safecss_post['post_excerpt'] = get_current_theme();
Deprecated 3.4.0 Use wp_get_theme()get_current_theme at line 1070:
$current_theme = get_current_theme();
Deprecated 3.4.0 Use wp_get_theme()Source: /jetpack/modules/infinite-scroll/infinity.php
get_current_theme at line 1476:
function_exists( 'wp_get_theme' ) ? wp_get_theme()->Name : get_current_theme()
Deprecated 3.4.0 Use wp_get_theme()Ref: https://codex.wordpress.org/Function_Reference/get_theme
Thanks & Regards,
Gulshan
The topic ‘Deprecated code found’ is closed to new replies.