Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
<?php | |
/** | |
* | |
* @param string $tag_value | |
* @param int $user_id mailpoet's subscriber id | |
* @return type | |
*/ | |
function mailpoet_shortcodes_custom_filter( $tag_value , $user_id ) { | |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000