Skip to content

Instantly share code, notes, and snippets.

@pepe84
pepe84 / polylang-sync-rate-my-post.php
Last active September 7, 2022 16:46 — forked from Tyxz/polylang-sync-rate-my-post.php
Sync the ratings of the Wordpress plugin "rate-my-post" with all polylang translated variants of it.
<?php
/**
* @package polylang-sync-rate-my-post
*/
/*
Plugin Name: polylang-sync-rate-my-post
Plugin URI: https://gist.github.com/Tyxz/09ea3d4b205738be2a8b2b777892b62a
Description: Sync the ratings of the Wordpress plugin "rate-my-post" with all polylang translated variants of it.
Version: 0.1
Author: Arne Rantzen
@pepe84
pepe84 / Bootstrap.php
Created August 26, 2011 10:34 — forked from drslump/Bootstrap.php
PHP Zend: Resources lazy loading
<?php
/**
* Resources lazy loading
*
* @category Zend
* @package Zend_Application
* @subpackage Bootstrap
* @version $Id$
*/