Plugin info

Total downloads: 956
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/23/2018 (2887 days ago)
Added to WordPress: 3/18/2018 (7 years old)
Minimum WordPress version: 3.3.1
Tested up to WordPress version: 4.9.27
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2887 days ago

20/100

Is Plugin Name: Custom PHP Codes abandoned?

Possibly abandoned (last update 2887 days ago).

Compatibility

Requires WordPress: 3.3.1
Tested up to: 4.9.27
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin helps you to execute custom php codes in your wordpress posts and widgets. Only codes that has been approved by admin can be used for executing php codes in pages or widgets any new code is first shown to admin prior to it’s execution on the front end.

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/customphpcodes directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Custom PHP Codes -> Custom Settings to configure the plugin
  4. In your posts or widget place your php code with following tags [php_code] Your Code Here [/php_code]
  5. Now preview your custom php code of your widget or post in front end to log it for approval in admin panel.
    Please note : Your code will nor execute and nor it will be visible on front end but it will be logged for admin approval.
  6. Use the Custom PHP Codes -> Custom PHP Codes to allow your custom php code to execute on front end.
  7. Your Custom PHP Code should be visible on front end.

Frequently Asked Questions

What’s the sytax to enclose custom php code ?

You can enclose your custom php code in following tags [php_code] [/php_code]

I can’t find my custom php code to allow in Custom PHP Codes page , how can I add it here ?

It would be added automatically once you preview your custom php code enclosed in tags on front end, although it will not execute nor it will be visible on frontend but it will be logged for approval on Custom PHP Codes Page.

Review feed

No reviews available

Screenshots

  1. Copy customphpcodes folder in  <code>/wp-content/plugins/</code> directory.

    Copy customphpcodes folder in /wp-content/plugins/ directory.

  2. Simple click to activate the plugin.

    Simple click to activate the plugin.

  3. Open Custom PHP Codes -> Custom Settings page to configure the plugin.

    Open Custom PHP Codes -> Custom Settings page to configure the plugin.

  4. Enable the features of plugin to Only allow admin enabled queries on front end and to Save custom PHP Codes in database.

    Enable the features of plugin to Only allow admin enabled queries on front end and to Save custom PHP Codes in database.

  5. Now place your custom php code using following tags [php_code]    [/php_code].

    Now place your custom php code using following tags [php_code] [/php_code].

  6. Now preview your code on the front end although it will not display your code but it will log for approval by admin.
Please note : Your code will not execute nor it will be visible on front end but it will be logged for admin approval.

    Now preview your code on the front end although it will not display your code but it will log for approval by admin. Please note : Your code will not execute nor it will be visible on front end but it will be logged for admin approval.

  7. Now open Custom PHP Codes -> Custom PHP Codes to allow your custom php code for execution.

    Now open Custom PHP Codes -> Custom PHP Codes to allow your custom php code for execution.

  8. Allow your Custom PHP Codes for execution.

    Allow your Custom PHP Codes for execution.

  9. Now your Custom PHP Codes will excute and it's results will be visible on front end.

    Now your Custom PHP Codes will excute and it's results will be visible on front end.

Changelog

1.0

  • Support for Posts & Widgets
  • Enhanced Custom PHP Codes Log for admin to allow/disallow codes for execution.