b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/polylang/modules/REST/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/polylang/modules/REST/load.php

<?php
/**
 * @package Polylang
 */

namespace WP_Syntex\Polylang\REST;

defined( 'ABSPATH' ) || exit;

add_action(
	'pll_init',
	function ( $polylang ) {
		$polylang->rest = new API( $polylang->model );
		add_action( 'rest_api_init', array( $polylang->rest, 'init' ) );
	}
);

Copyright © 2019 by b0y-101