Version Description
- Authors URI changed.
- Donate link changed.
- Localization improved.
- .pot file updated.
- Russian translation updated.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 1.9 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.9
- inc/settings_page.php +4 -4
- languages/mcfunctions-ru_RU.mo +0 -0
- languages/mcfunctions-ru_RU.po +37 -21
- languages/mcfunctions.pot +19 -15
- my-custom-functions.php +2 -2
- readme.txt +31 -16
inc/settings_page.php
CHANGED
@@ -8,7 +8,7 @@ defined('ABSPATH') or die("Restricted access!");
|
|
8 |
/**
|
9 |
* Render Settings Page
|
10 |
*
|
11 |
-
* @since 1.
|
12 |
*/
|
13 |
function anarcho_cfunctions_render_submenu_page() {
|
14 |
|
@@ -47,7 +47,7 @@ function anarcho_cfunctions_render_submenu_page() {
|
|
47 |
<?php _e( 'My Custom Functions', 'mcfunctions' ); ?>
|
48 |
<br/>
|
49 |
<span>
|
50 |
-
<?php _e( 'by <a href="http://
|
51 |
<span/>
|
52 |
</h2>
|
53 |
<form name="anarcho_cfunctions-form" action="options.php" method="post" enctype="multipart/form-data">
|
@@ -62,8 +62,8 @@ function anarcho_cfunctions_render_submenu_page() {
|
|
62 |
<?php _e( 'To use, enter your custom functions, then click "Update Custom Functions". It\'s that simple!', 'mcfunctions' ) ?>
|
63 |
</p>
|
64 |
<?php submit_button( __( 'Update Custom Functions', 'mcfunctions' ), 'primary', 'submit', true ); ?>
|
65 |
-
<p class="donate"
|
66 |
-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=
|
67 |
<img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Make a donation">
|
68 |
</a>
|
69 |
</p>
|
8 |
/**
|
9 |
* Render Settings Page
|
10 |
*
|
11 |
+
* @since 1.9
|
12 |
*/
|
13 |
function anarcho_cfunctions_render_submenu_page() {
|
14 |
|
47 |
<?php _e( 'My Custom Functions', 'mcfunctions' ); ?>
|
48 |
<br/>
|
49 |
<span>
|
50 |
+
<?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur "Berserkr" Gareginyan</a>', 'mcfunctions' ); ?>
|
51 |
<span/>
|
52 |
</h2>
|
53 |
<form name="anarcho_cfunctions-form" action="options.php" method="post" enctype="multipart/form-data">
|
62 |
<?php _e( 'To use, enter your custom functions, then click "Update Custom Functions". It\'s that simple!', 'mcfunctions' ) ?>
|
63 |
</p>
|
64 |
<?php submit_button( __( 'Update Custom Functions', 'mcfunctions' ), 'primary', 'submit', true ); ?>
|
65 |
+
<p class="donate"><?php _e( 'If you find it useful, consider making a donation:', 'mcfunctions' ) ?>
|
66 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
|
67 |
<img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Make a donation">
|
68 |
</a>
|
69 |
</p>
|
languages/mcfunctions-ru_RU.mo
CHANGED
Binary file
|
languages/mcfunctions-ru_RU.po
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
4 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
|
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
12 |
"X-Generator: Poedit 1.8.4\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
@@ -16,36 +18,36 @@ msgstr ""
|
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
18 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
19 |
-
"Last-Translator: \n"
|
20 |
-
"Language: ru\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
-
#: inc/settings_page.php:
|
25 |
msgid "Custom functions updated successfully."
|
26 |
msgstr "Пользовательские функции успешно обновлены."
|
27 |
|
28 |
-
#: inc/settings_page.php:
|
29 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
30 |
msgstr ""
|
31 |
"Извините, но ваш код вызывает \"Fatal error\", так что он не будет применён!"
|
32 |
|
33 |
-
#: inc/settings_page.php:
|
34 |
msgid "Please, check the code and try again."
|
35 |
msgstr "Пожалуйста, проверьте код и попробуйте еще раз."
|
36 |
|
37 |
#. Plugin Name of the plugin/theme
|
38 |
-
#: inc/settings_page.php:
|
39 |
msgid "My Custom Functions"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: inc/settings_page.php:
|
43 |
msgid ""
|
44 |
-
"by <a href=\"http://
|
45 |
-
"
|
46 |
msgstr ""
|
|
|
|
|
47 |
|
48 |
-
#: inc/settings_page.php:
|
49 |
msgid ""
|
50 |
"This plugin allows you to EASILY and SAFELY add your own functions, snippets "
|
51 |
"or any custom code to your site."
|
@@ -53,7 +55,7 @@ msgstr ""
|
|
53 |
"Этот плагин позволяет легко и безопасно добавлять свои собственные функции, "
|
54 |
"сниппеты или любой пользовательский код на ваш веб-сайт."
|
55 |
|
56 |
-
#: inc/settings_page.php:
|
57 |
msgid ""
|
58 |
"To use, enter your custom functions, then click \"Update Custom Functions\". "
|
59 |
"It's that simple!"
|
@@ -61,27 +63,32 @@ msgstr ""
|
|
61 |
"Для использования, введите ваши пользовательские функции, затем нажмите "
|
62 |
"кнопку \"Обновить Пользовательские Функции\". Это так просто!"
|
63 |
|
64 |
-
#: inc/settings_page.php:
|
65 |
msgid "Update Custom Functions"
|
66 |
msgstr "Обновить Пользовательские Функции"
|
67 |
|
68 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings"
|
70 |
msgstr "Настройки"
|
71 |
|
72 |
-
#: my-custom-functions.php:
|
73 |
msgid "Custom Functions"
|
74 |
msgstr "Пользовательские Функции"
|
75 |
|
76 |
#. Plugin URI of the plugin/theme
|
77 |
msgid ""
|
78 |
-
"http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html
|
79 |
msgstr ""
|
80 |
|
81 |
#. Description of the plugin/theme
|
82 |
msgid ""
|
83 |
"EASILY and SAFELY add your own functions, snippets or any custom codes "
|
84 |
-
"directly out of your WordPress
|
85 |
msgstr ""
|
86 |
"ПРОСТО и БЕЗОПАСНО добавляйте свои собственные функции, сниппеты или любые "
|
87 |
"пользовательские коды непосредственно из вашего WordPress Dashboard без "
|
@@ -92,5 +99,14 @@ msgid "Arthur \"Berserkr\" Gareginyan"
|
|
92 |
msgstr "Артур “Берсерк” Гарегинян"
|
93 |
|
94 |
#. Author URI of the plugin/theme
|
95 |
-
msgid "http://
|
96 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
|
|
3 |
"Project-Id-Version: My Custom Functions\n"
|
4 |
+
"POT-Creation-Date: 2016-02-04 19:35+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-02-04 21:17+0300\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
+
"Language: ru\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
13 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
14 |
"X-Generator: Poedit 1.8.4\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
|
|
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: inc/settings_page.php:25
|
25 |
msgid "Custom functions updated successfully."
|
26 |
msgstr "Пользовательские функции успешно обновлены."
|
27 |
|
28 |
+
#: inc/settings_page.php:36
|
29 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
30 |
msgstr ""
|
31 |
"Извините, но ваш код вызывает \"Fatal error\", так что он не будет применён!"
|
32 |
|
33 |
+
#: inc/settings_page.php:37
|
34 |
msgid "Please, check the code and try again."
|
35 |
msgstr "Пожалуйста, проверьте код и попробуйте еще раз."
|
36 |
|
37 |
#. Plugin Name of the plugin/theme
|
38 |
+
#: inc/settings_page.php:47 my-custom-functions.php:71
|
39 |
msgid "My Custom Functions"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: inc/settings_page.php:50
|
43 |
msgid ""
|
44 |
+
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
45 |
+
"\"Berserkr\" Gareginyan</a>"
|
46 |
msgstr ""
|
47 |
+
"от <a href=“http://www.arthurgareginyan.com” target=“_blank”>Артур "
|
48 |
+
"“Berserkr” Гарегинян</a>"
|
49 |
|
50 |
+
#: inc/settings_page.php:59
|
51 |
msgid ""
|
52 |
"This plugin allows you to EASILY and SAFELY add your own functions, snippets "
|
53 |
"or any custom code to your site."
|
55 |
"Этот плагин позволяет легко и безопасно добавлять свои собственные функции, "
|
56 |
"сниппеты или любой пользовательский код на ваш веб-сайт."
|
57 |
|
58 |
+
#: inc/settings_page.php:62
|
59 |
msgid ""
|
60 |
"To use, enter your custom functions, then click \"Update Custom Functions\". "
|
61 |
"It's that simple!"
|
63 |
"Для использования, введите ваши пользовательские функции, затем нажмите "
|
64 |
"кнопку \"Обновить Пользовательские Функции\". Это так просто!"
|
65 |
|
66 |
+
#: inc/settings_page.php:64
|
67 |
msgid "Update Custom Functions"
|
68 |
msgstr "Обновить Пользовательские Функции"
|
69 |
|
70 |
+
#: inc/settings_page.php:65
|
71 |
+
msgid "If you find it useful, consider making a donation:"
|
72 |
+
msgstr ""
|
73 |
+
"Если вы находите её полезной, рассмотрите возможность сделать пожертвование:"
|
74 |
+
|
75 |
+
#: my-custom-functions.php:58
|
76 |
msgid "Settings"
|
77 |
msgstr "Настройки"
|
78 |
|
79 |
+
#: my-custom-functions.php:71
|
80 |
msgid "Custom Functions"
|
81 |
msgstr "Пользовательские Функции"
|
82 |
|
83 |
#. Plugin URI of the plugin/theme
|
84 |
msgid ""
|
85 |
+
"http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html"
|
86 |
msgstr ""
|
87 |
|
88 |
#. Description of the plugin/theme
|
89 |
msgid ""
|
90 |
"EASILY and SAFELY add your own functions, snippets or any custom codes "
|
91 |
+
"directly out of your WordPress Dashboard without need of an external editor."
|
92 |
msgstr ""
|
93 |
"ПРОСТО и БЕЗОПАСНО добавляйте свои собственные функции, сниппеты или любые "
|
94 |
"пользовательские коды непосредственно из вашего WordPress Dashboard без "
|
99 |
msgstr "Артур “Берсерк” Гарегинян"
|
100 |
|
101 |
#. Author URI of the plugin/theme
|
102 |
+
msgid "http://www.arthurgareginyan.com"
|
103 |
msgstr ""
|
104 |
+
|
105 |
+
#~ msgid ""
|
106 |
+
#~ "EASILY and SAFELY add your own functions, snippets or any custom codes "
|
107 |
+
#~ "directly out of your WordPress Dashbord without need of an external "
|
108 |
+
#~ "editor."
|
109 |
+
#~ msgstr ""
|
110 |
+
#~ "ПРОСТО и БЕЗОПАСНО добавляйте свои собственные функции, сниппеты или "
|
111 |
+
#~ "любые пользовательские коды непосредственно из вашего WordPress Dashboard "
|
112 |
+
#~ "без необходимости во внешнем редакторе."
|
languages/mcfunctions.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -20,56 +20,60 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/settings_page.php:
|
24 |
msgid "Custom functions updated successfully."
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: inc/settings_page.php:
|
28 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: inc/settings_page.php:
|
32 |
msgid "Please, check the code and try again."
|
33 |
msgstr ""
|
34 |
|
35 |
#. Plugin Name of the plugin/theme
|
36 |
-
#: inc/settings_page.php:
|
37 |
msgid "My Custom Functions"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: inc/settings_page.php:
|
41 |
msgid ""
|
42 |
-
"by <a href=\"http://
|
43 |
-
"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: inc/settings_page.php:
|
47 |
msgid ""
|
48 |
"This plugin allows you to EASILY and SAFELY add your own functions, snippets "
|
49 |
"or any custom code to your site."
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: inc/settings_page.php:
|
53 |
msgid ""
|
54 |
"To use, enter your custom functions, then click \"Update Custom Functions\". "
|
55 |
"It's that simple!"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: inc/settings_page.php:
|
59 |
msgid "Update Custom Functions"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#:
|
|
|
|
|
|
|
|
|
63 |
msgid "Settings"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: my-custom-functions.php:
|
67 |
msgid "Custom Functions"
|
68 |
msgstr ""
|
69 |
|
70 |
#. Plugin URI of the plugin/theme
|
71 |
msgid ""
|
72 |
-
"http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html
|
73 |
msgstr ""
|
74 |
|
75 |
#. Description of the plugin/theme
|
@@ -83,5 +87,5 @@ msgid "Arthur \"Berserkr\" Gareginyan"
|
|
83 |
msgstr ""
|
84 |
|
85 |
#. Author URI of the plugin/theme
|
86 |
-
msgid "http://
|
87 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2016-02-04 19:35+0300\n"
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/settings_page.php:25
|
24 |
msgid "Custom functions updated successfully."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: inc/settings_page.php:36
|
28 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: inc/settings_page.php:37
|
32 |
msgid "Please, check the code and try again."
|
33 |
msgstr ""
|
34 |
|
35 |
#. Plugin Name of the plugin/theme
|
36 |
+
#: inc/settings_page.php:47 my-custom-functions.php:71
|
37 |
msgid "My Custom Functions"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: inc/settings_page.php:50
|
41 |
msgid ""
|
42 |
+
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
43 |
+
"\"Berserkr\" Gareginyan</a>"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: inc/settings_page.php:59
|
47 |
msgid ""
|
48 |
"This plugin allows you to EASILY and SAFELY add your own functions, snippets "
|
49 |
"or any custom code to your site."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: inc/settings_page.php:62
|
53 |
msgid ""
|
54 |
"To use, enter your custom functions, then click \"Update Custom Functions\". "
|
55 |
"It's that simple!"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: inc/settings_page.php:64
|
59 |
msgid "Update Custom Functions"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: inc/settings_page.php:65
|
63 |
+
msgid "If you find it useful, consider making a donation:"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: my-custom-functions.php:58
|
67 |
msgid "Settings"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: my-custom-functions.php:71
|
71 |
msgid "Custom Functions"
|
72 |
msgstr ""
|
73 |
|
74 |
#. Plugin URI of the plugin/theme
|
75 |
msgid ""
|
76 |
+
"http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html"
|
77 |
msgstr ""
|
78 |
|
79 |
#. Description of the plugin/theme
|
87 |
msgstr ""
|
88 |
|
89 |
#. Author URI of the plugin/theme
|
90 |
+
msgid "http://www.arthurgareginyan.com"
|
91 |
msgstr ""
|
my-custom-functions.php
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
* Plugin URI: http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html
|
5 |
* Description: EASILY and SAFELY add your own functions, snippets or any custom codes directly out of your WordPress Dashboard without need of an external editor.
|
6 |
* Author: Arthur "Berserkr" Gareginyan
|
7 |
-
* Author URI: http://
|
8 |
-
* Version: 1.
|
9 |
* License: GPL3
|
10 |
* Text Domain: mcfunctions
|
11 |
* Domain Path: /languages/
|
4 |
* Plugin URI: http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html
|
5 |
* Description: EASILY and SAFELY add your own functions, snippets or any custom codes directly out of your WordPress Dashboard without need of an external editor.
|
6 |
* Author: Arthur "Berserkr" Gareginyan
|
7 |
+
* Author URI: http://www.arthurgareginyan.com
|
8 |
+
* Version: 1.9
|
9 |
* License: GPL3
|
10 |
* Text Domain: mcfunctions
|
11 |
* Domain Path: /languages/
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== My Custom Functions ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
Tags: code, php, function, snippet, custom, execute, edit, editing, editor, functionality plugin, codemirror, syntax highlighting, syntaxhighlighting, syntax highlighter, syntaxhighlighter, syntax,
|
4 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.4
|
7 |
Stable tag: 1.8
|
@@ -70,17 +70,17 @@ After installation, a "`Custom Functions`" menu item will appear in the "`Appear
|
|
70 |
|
71 |
|
72 |
== Frequently Asked Questions ==
|
73 |
-
= Will this Plugin work on my WordPress.com website? =
|
74 |
-
Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
|
75 |
|
76 |
-
= How much of PHP code (characters) I can enter in the text field? =
|
77 |
-
I don't limit the number of characters.
|
78 |
|
79 |
-
= Can I use this plugin on my language? =
|
80 |
-
Yes. But If your language is not available then you can make one. This plugin is ready for translation. The `.pot` file is included and placed in "`languages`" folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (`*.po, *.mo`) to me at the arthurgareginyan@gmail.com and I will include the translation within the next plugin update.
|
81 |
|
82 |
-
= What to do if this plugin caused the white screen? =
|
83 |
-
This plugin is not perfect, so there are times when the entered custom code causes the error and white screen. If this happened with you then do the following.
|
84 |
|
85 |
Your code stored in the Database of your web-site. For getting your code, you can go to the `Database` —> Table "`wp_options`" —> Option "`anarcho_cfunctions_settings`" —> "`option_value`".
|
86 |
|
@@ -88,11 +88,11 @@ Or you can use the FTP method, for access to plugin's settings page. Go to plugi
|
|
88 |
`anarcho_cfunctions_exec();`
|
89 |
and comment it by placing two slashes (`//`) in beginning. Then you can go to plugin's settings page and edit your entered custom code. After editing, just delete two slashes which you written before.
|
90 |
|
91 |
-
= Where to report bug if found? =
|
92 |
-
Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions) and report.
|
93 |
|
94 |
-
= Where to share any ideas or suggestions to make the plugin better? =
|
95 |
-
Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html) and share.
|
96 |
|
97 |
|
98 |
== Screenshots ==
|
@@ -102,6 +102,9 @@ Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-p
|
|
102 |
|
103 |
|
104 |
== Other Notes ==
|
|
|
|
|
|
|
105 |
**License**
|
106 |
|
107 |
This plugin is licensed under the [GNU General Public License, version 3 (GPLv3)](http://www.gnu.org/licenses/gpl-3.0.html)
|
@@ -110,7 +113,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
110 |
|
111 |
**Support**
|
112 |
|
113 |
-
* Did you enjoy this plugin? Please [donate to support ongoing development](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=
|
114 |
* Do you have any ideas or suggestions to make the plugin better? I can’t wait to hear them! Please share! [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html)
|
115 |
|
116 |
**Please Vote and Enjoy**
|
@@ -119,12 +122,18 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
119 |
|
120 |
**Links**
|
121 |
|
122 |
-
* [Developer Website](http://
|
123 |
* [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html)
|
124 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions)
|
125 |
|
126 |
|
127 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
= 1.8 =
|
129 |
* The mode of CodeMirror editor changed from 'application/x-httpd-php' (HTML+PHP) to 'text/x-php' (PHP).
|
130 |
* Placeholder of <textarea> changed to "/* Enter Your Custom Functions Here */".
|
@@ -161,6 +170,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
161 |
|
162 |
|
163 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
= 1.8 =
|
165 |
* The mode of CodeMirror editor changed from 'application/x-httpd-php' (HTML+PHP) to 'text/x-php' (PHP).
|
166 |
* Placeholder of <textarea> changed to "/* Enter Your Custom Functions Here */".
|
@@ -188,4 +203,4 @@ Fixed positioning of the sidebar at the plugin page.
|
|
188 |
= 1.0 =
|
189 |
Please update to first stable release! Added the check for safety execution code.
|
190 |
= 0.2 =
|
191 |
-
Please update to beta version.
|
1 |
=== My Custom Functions ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
Tags: code, php, function, snippet, custom, execute, edit, editing, editor, functionality plugin, codemirror, syntax highlighting, syntaxhighlighting, syntax highlighter, syntaxhighlighter, syntax,
|
4 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.4
|
7 |
Stable tag: 1.8
|
70 |
|
71 |
|
72 |
== Frequently Asked Questions ==
|
73 |
+
= Q. Will this Plugin work on my WordPress.com website? =
|
74 |
+
A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
|
75 |
|
76 |
+
= Q. How much of PHP code (characters) I can enter in the text field? =
|
77 |
+
A. I don't limit the number of characters.
|
78 |
|
79 |
+
= Q. Can I use this plugin on my language? =
|
80 |
+
A. Yes. But If your language is not available then you can make one. This plugin is ready for translation. The `.pot` file is included and placed in "`languages`" folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (`*.po, *.mo`) to me at the arthurgareginyan@gmail.com and I will include the translation within the next plugin update.
|
81 |
|
82 |
+
= Q. What to do if this plugin caused the white screen? =
|
83 |
+
A. This plugin is not perfect, so there are times when the entered custom code causes the error and white screen. If this happened with you then do the following.
|
84 |
|
85 |
Your code stored in the Database of your web-site. For getting your code, you can go to the `Database` —> Table "`wp_options`" —> Option "`anarcho_cfunctions_settings`" —> "`option_value`".
|
86 |
|
88 |
`anarcho_cfunctions_exec();`
|
89 |
and comment it by placing two slashes (`//`) in beginning. Then you can go to plugin's settings page and edit your entered custom code. After editing, just delete two slashes which you written before.
|
90 |
|
91 |
+
= Q. Where to report bug if found? =
|
92 |
+
A. Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions) and report.
|
93 |
|
94 |
+
= Q. Where to share any ideas or suggestions to make the plugin better? =
|
95 |
+
A. Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html) and share.
|
96 |
|
97 |
|
98 |
== Screenshots ==
|
102 |
|
103 |
|
104 |
== Other Notes ==
|
105 |
+
|
106 |
+
"My Custom Functions" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com).
|
107 |
+
|
108 |
**License**
|
109 |
|
110 |
This plugin is licensed under the [GNU General Public License, version 3 (GPLv3)](http://www.gnu.org/licenses/gpl-3.0.html)
|
113 |
|
114 |
**Support**
|
115 |
|
116 |
+
* Did you enjoy this plugin? Please [donate to support ongoing development](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS). Your contribution would be greatly appreciated.
|
117 |
* Do you have any ideas or suggestions to make the plugin better? I can’t wait to hear them! Please share! [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html)
|
118 |
|
119 |
**Please Vote and Enjoy**
|
122 |
|
123 |
**Links**
|
124 |
|
125 |
+
* [Developer Website](http://www.arthurgareginyan.com)
|
126 |
* [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-my-custom-functions.html)
|
127 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions)
|
128 |
|
129 |
|
130 |
== Changelog ==
|
131 |
+
= 1.9 =
|
132 |
+
* Authors URI changed.
|
133 |
+
* Donate link changed.
|
134 |
+
* Localization improved.
|
135 |
+
* .pot file updated.
|
136 |
+
* Russian translation updated.
|
137 |
= 1.8 =
|
138 |
* The mode of CodeMirror editor changed from 'application/x-httpd-php' (HTML+PHP) to 'text/x-php' (PHP).
|
139 |
* Placeholder of <textarea> changed to "/* Enter Your Custom Functions Here */".
|
170 |
|
171 |
|
172 |
== Upgrade Notice ==
|
173 |
+
= 1.9 =
|
174 |
+
* Authors URI changed.
|
175 |
+
* Donate link changed.
|
176 |
+
* Localization improved.
|
177 |
+
* .pot file updated.
|
178 |
+
* Russian translation updated.
|
179 |
= 1.8 =
|
180 |
* The mode of CodeMirror editor changed from 'application/x-httpd-php' (HTML+PHP) to 'text/x-php' (PHP).
|
181 |
* Placeholder of <textarea> changed to "/* Enter Your Custom Functions Here */".
|
203 |
= 1.0 =
|
204 |
Please update to first stable release! Added the check for safety execution code.
|
205 |
= 0.2 =
|
206 |
+
Please update to beta version.
|