Category Archives: Wordpress

Detect Language in WordPress in Multi-installs

Problem When using wordpress our theme (or some other component) might want to check a wordpress defined variable. In a regular install of WordPress (single site), you can access them directly because they are defined in wp-config.php. //wp-config.php define(‘WPLANG’,’ja’); //somewhere … Continue reading

Posted in PHP, Wordpress | Leave a comment

Process Paypal IPN Requests Through WordPress

Introduction Paypal is perhaps the easiest way to send/receive money online and WordPress is perhaps the most popular blogging platform out there. Wouldn’t it be great if there was a way we could integrate them together? There are currently a … Continue reading

Posted in Development, Paypal, PHP, Wordpress | 4 Comments