WPIntell

Source evidence

doesn’t create a functions file

Functionality · support · 2016-09-03T09:01:00+00:00

complaintsentiment
mediumseverity
0.74relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 12 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

10 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Glenn unresolved
the plugin doesn’t create a functions file in my plugins folder, but it successfully edited a copy of my functions file that i placed in the folder. But it doesn’t activate when i create a plugin header in the file. can you provide a copy of what the proper functions.php plugin file contains so i can manually create one? I have the same problem. something I wasn’t aware of until now – under Appearance » Editor, this will edit your functions.php file for your theme – your child theme, too, if you’re using one (you should be). and get this plugin for line numbers, etc. it’s awesome: https://wordpress.org/plugins/better-file-editor/ Thanks for the pointer. I was aware of that. But I’m working on a site that isnt using a child theme and had to add a functionality plugin otherwise would lose my changes when the theme updates. Anyway, it’s easy enough to create the functionality plugin manually anyway. https://css-tricks.com/wordpress-functionality-plugins/ Just remember to add <?php at the top of the file.

Comments

3 shown
arnoldlane 2016-09-08T13:02:00+00:00

I have the same problem.

Glenn 2016-09-08T13:09:00+00:00

something I wasn’t aware of until now – under Appearance » Editor, this will edit your functions.php file for your theme – your child theme, too, if you’re using one (you should be). and get this plugin for line numbers, etc. it’s awesome: https://wordpress.org/plugins/better-file-editor/

arnoldlane 2016-09-08T13:29:00+00:00

Thanks for the pointer. I was aware of that. But I’m working on a site that isnt using a child theme and had to add a functionality plugin otherwise would lose my changes when the theme updates. Anyway, it’s easy enough to create the functionality plugin manually anyway. https://css-tricks.com/wordpress-functionality-plugins/ Just remember to add <?php at the top of the file.