Deprecated coding constructs
-
If your PHP is set to display E_NOTICE, you’ll get several alerts on undefined variables and indexes. It seems to me that the developer needs to run this plugin on a server with these settings on, so that he can fix all these occurrences.
Also, the template pages use the obsolete get_bloginfo(‘siteurl’) instead of get_site_url(). This is also something that becomes apparent when displaying E_NOTICEs.
To conclude, this plugin does not play nice with the Roots theme, I think because of the fishy use of template_redirect: https://markjaquith.wordpress.com/2014/02/19/template_redirect-is-not-for-loading-templates/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated coding constructs’ is closed to new replies.