Skip to content

Instantly share code, notes, and snippets.

@mahfuzul
Created December 29, 2015 07:22
Show Gist options
  • Save mahfuzul/d8d79d75134e8b090221 to your computer and use it in GitHub Desktop.
Save mahfuzul/d8d79d75134e8b090221 to your computer and use it in GitHub Desktop.
<!-- Save this snippet in Packages/User/wpbaseurl.sublime-snippet -->
<snippet>
<content><![CDATA[
define('WP_HOME', 'http://${1}.mh/');
define('WP_SITEURL', 'http://${1}.mh/');
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>wpbaseurl</tabTrigger>
<description>WordPress Base URL</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment