start php script ( plugin ) at loading a page
-
Hi to everybody, i’m writing a plugin, and i would it start only when a specific page is loaded.
I try whitadd_action( 'load-'. $miaPagina .'.php', 'mioMetodo' );
and whit
add_action( 'load-'. $miaPagina .'/index.php', 'mioMetodo' );but it doesn’t work
The blog I need help with is: (visible only to logged in users)
-
WordPress.com does not allow users FTP access or the ability ton install plugins. There is no upgrade that will give that ability.
http://en.support.wordpress.com/plugins/
http://en.support.wordpress.com/ftp-access/If you want to use ANY plugins, nevermind any you wrote yourself, you will need to buy your own domain and hosting and install the WordPress.ORG software to that domain. More info here:
http://en.support.wordpress.com/com-vs-org/
- The topic ‘start php script ( plugin ) at loading a page’ is closed to new replies.