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

Posts Tagged "Wordpress"

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