Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the edd-paypal-pro-express domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the help-scout-desk domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the customizr-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":150410,"date":"2016-08-23T07:39:44","date_gmt":"2016-08-23T06:39:44","guid":{"rendered":"http:\/\/presscustomizr.com\/?p=150410"},"modified":"2021-04-14T15:23:24","modified_gmt":"2021-04-14T14:23:24","slug":"hueman-theme-v3-1-7-100-compatible-wordpress-4-6","status":"publish","type":"post","link":"https:\/\/presscustomizr.com\/hueman-theme-v3-1-7-100-compatible-wordpress-4-6\/","title":{"rendered":"The Hueman theme v3.1.7 is 100% compatible with WordPress 4.6"},"content":{"rendered":"

100% compatible with WordPress v4.6<\/h1>\n

This new version of the Hueman theme<\/a> has been successfully tested with the latest release of WordPress.<\/p>\n

\"wordpress-4-6\"<\/a><\/p>\n

 <\/p>\n

RSS feed issue fixed<\/h1>\n

The way we handled rss-feed before was conflicting with plugins (see this issue<\/a>, and this one<\/a> ). Therefore, and since it’s harmless,\u00a0the choice has been made to remove the\u00a0custom rss-link option from the theme.<\/p>\n

Developers who need to use a custom rss-feed can simply filter the core WP function like this :<\/p>\n

function hu_feed_link( $output, $feed ) {\r\n\/\/ Do not redirect comments feed\r\nif ( strpos( $output, 'comments' ) )\r\nreturn $output;\r\n\/\/ Return feed url\r\nreturn esc_url( 'YOUR-CUSTOM-FEED-URL' );\r\n}\r\nadd_filter( 'feed_link', 'hu_feed_link', 10, 2 );\r\n<\/pre>\n

 <\/p>\n

Download v3.1.7<\/h2>\n