muscleman
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Deprecated: has_caphi George Appiah
Deprecated: has_cap Out of version 2.0.0! Use of user categories is obsolete. Use capabilities instead. in /home/****/public_html/wp-includes/functions.php on line 5495
if ( WP_DEBUG && apply_filters( 'deprecated_argument_trigger_error', true ) ) { if ( function_exists( '__' ) ) { if ( $message ) { trigger_error( sprintf( /* translators: 1: PHP function name, 2: Version number, 3: Optional message regarding the change. */ __( '%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s' ), $function, $version, $message ), line 5495 E_USER_DEPRECATED ); }Forum: Fixing WordPress
In reply to: Deprecated: Function create_function() is deprecatedCereno Deng (@hiyottaunits)
i check ur solutions again
tanx my problem solved by your solutionsForum: Fixing WordPress
In reply to: Deprecated: Function create_function() is deprecatedthat error is from update PHP core host …ver5 to 7
The function should be defined as follows :
error code:
create_function(‘$a’, ‘return “direct”;’ )create_function became change must use function()
any body can change this line code :
add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
Forum: Fixing WordPress
In reply to: Deprecated: Function create_function() is deprecatedhi
nt working …with ur code web site down- This reply was modified 4 years, 8 months ago by muscleman.
Viewing 4 replies - 1 through 4 (of 4 total)