WP Manifestindependent plugin directory
manifest / utilities / add-functions-php-lite

Add functions PHP Lite

This is a Japanese plugin to customize WordPress without editing functions.php directly.

by せりぽよ · github.com/seripoyo/add-functions-php-lite · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/seripoyo/add-functions-php-lite/archive/refs/heads/main.zip

This is a Japanese plugin that allows you to customize each function of WordPress without editing functions.php by yourself.

Description

  • This plugin is a Japanese-made plugin that offers head tag removal, extensions, OGP settings, administration screen appearance adjustment, and simple security features without the need to directly manipulate functions.php.
  • Functions can be easily enabled or disabled with a toggle button.
  • Easy to adjust the color and font of the sidebar menu on the admin screen for an easy-to-read admin screen to suit your preference.
  • The pages to be displayed in the side menu for each user can be configured, so you can easily implement the management screen for your clients at the time of delivery.
  • Currently available are the following functions
    • Adjustment of head tag output
    • Simple security measures
    • Extended functions such as removing empty p tags, allowing SVG uploads, etc.
    • SEO functions
    • OGP settings
    • Adding code in various places
    • Appearance settings for the admin panel
    • Adjustment of admin menu output
    • Posting related extensions

Translated with DeepL.com (free version)

Installation

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “Add functions PHP”.
  3. Select the “My Custom Style Css Manager” plugin and click “Install”.
  4. Activate the plugin.

OR…

  1. Download the plugin from this page.
  2. Save the .zip file to a location on your computer.
  3. Open the WP admin panel, and click “Plugins” -> “Add new”.
  4. Click “upload”.. then browse to the .zip file downloaded from this page.
  5. Click “Install”.. and then “Activate plugin”.

Frequently Asked Questions

  • Are there any themes or plug-ins that are not recommended for use at the same time?

    • There is no particular theme or plugin that we do not recommend. However, you may not use the SEO function of this plugin while using the SEO plugin, for example, please respond according to your WordPress environment.
  • Can I make requests such as “I want this feature”?

  • What should I do if I cannot use WordPress due to an error when using the plugin?

    If you can no longer login or operate WordPress by using this plugin, please follow the steps below to disable this plugin. 1.

    1. make sure that you can browse the files installed in WordPress from FTP software or the server panel of your contracted server. 2.
    2. access the /plugins directory directly under the /wp-content directory, and confirm the existence of the /add-functions-php directory. 3. Rename the /add-functions-php directory to something arbitrary (e.g., no-add-functions-php). 4.
    3. check the admin screen of WordPress again, because the plugin will be disabled by changing the directory name. 5. If the error is not resolved by this process, we will not be able to help you because the cause is other plug-ins.

Screenshots

  1. Extensions for easy on/off of functions
  2. Adjust sidebar menu output to non-admin users

Changelog

v1.0.0:First Upload

Upgrade Notice

none