define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); PHP | WP Hosting

Posts Tagged "PHP"

Creating simple Shortcodes in WordPress

Posted on Sep 10, 2020

I’ve built my very own shortcode in WordPress for the first time. Quite the adventure! It’s a very convenient and powerful way to call a function without resorting to writing code while you’re writing text. I...

Learn More