Skip to content

Instantly share code, notes, and snippets.

@codetot
codetot / api.php
Created January 19, 2021 03:59
New class WordPress API for register custom routes
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
class Codetot_Api {
/**
* Singleton instance
*
* @var Codetot_Api
*/
private static $instance;
@codetot
codetot / wpml-config.xml
Created December 8, 2020 02:47
Translate WP-PostRating with WPML config file
<wpml-config>
<admin-texts>
<key name="postratings_template_vote" />
<key name="postratings_template_text" />
<key name="postratings_template_none" />
<key name="postratings_ratingstext">
<key name="0" />
<key name="1" />
<key name="2" />
<key name="3" />