PluginProbe
پارسی دیت – Parsi Date / 2.3.4
پارسی دیت – Parsi Date v2.3.4
6.3 6.2.1 6.2 6.1 5.1.6 5.1.7 5.1.8 5.1.8.2 6.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.0.0-alpha 2.1 2.1.1 2.1.2 2.1.3 2.1.5 All 49 releases
wp-parsidate / includes / install.php

install.php in پارسی دیت – Parsi Date 2.3.4, at includes/install.php

21 lines 443 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Plugin installer helper
4 *
5 * @author Mobin Ghasempoor
6 * @package WP-Parsidate
7 * @subpackage Core/Install
8 */
9
10 register_activation_hook(WP_PARSI_ROOT, 'wpp_install');
11
12 /**
13 * Copys files from plugin languages folder to global languages folder
14 *
15 * @since 1.0
16 * @return void
17 */
18 function wpp_install()
19 {
20 update_option('wpp_settings', array());
21 }