WPIntell

Source evidence

Fix: 'has_cap' deprecated error

Text Obfuscator · support · 2013-01-25T13:13:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 19 rows with source links

15.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jameswoon unresolved
If you are getting a random has_cap deprecated error as below in debug mode (especially when you open Plugin Details): Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. Simply modify the following line (82) $pageHook = add_management_page( 'Text Obfuscator admin', 'Text Obfuscator', 2, 'obfuscator', 'obfuscator_admin_page' ); To the following: `$pageHook = add_management_page( ‘Text Obfuscator admin’, ‘Text Obfuscator’, ‘manage_options’, ‘obfuscator’, ‘obfuscator_admin_page’ );’ Hope the plugin creator can commit these changes 🙂 http://wordpress.org/extend/plugins/text-obfuscator/

Comments

0 shown

No comments were stored for this source.