Files
wingedit.pl/wp-content/plugins/polylang/admin/admin-model.php
2026-03-11 15:57:27 +01:00

12 lines
188 B
PHP

<?php
/**
* @package Polylang
*/
/**
* Extends the PLL_Model class with methods needed only in Polylang settings pages.
*
* @since 1.2
*/
class PLL_Admin_Model extends PLL_Model {}