This is a super-light WordPress plugin to serve up some custom functions for the Nursing Clio website.
Author: Adam Turner URL: https://github.com/admturner/nc-functions-wp-plugin
- Functions to add meta box to new/edit post page to add a "ready to publish" check
- Switch to https protocol
- Clean up metadata on nc_edit_author_caps function
- Function to prevent direct access of PHP scripts
- index.php to prevent directory index access
- CHANGELOG.md
- LICENSE.md
- Git management files
- Function to add Google Analytics script to the < head > using the wp_head() action
- README.md
- CONTRIBUTING.md
- Add Google Analytics script to the analytics function
- Remove extra PHP close tag
- First creation of initial file nc-functions.php
- Function to remove the capability 'publish_posts' from the Author role