The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WordPress::CLI

PRIVATE METHODS

_conf()

_abs_wppost()

DESCRIPTION

This is used by wppost of WordPress::Post package.

~/.wppost

Your yaml conf file should contain:

   ---
   U:username
   P:password
   p:proxy

Example .wppost file:

   ---
   U: jim
   P: wegjwgw
   p: 'http://jim/xmlrpc.php'

AUTHOR

Leo Charre

SEE ALSO

WordPress::Post