Frage

I notice that in some plugins you can override functions by ...

  1. Creating an uploads folder
  2. Creating a folder with the plugin name
  3. Using the following code

    if (!function_exists('function_name')) {
        function function_name() {
    
        }
    }
    

Is this standard for all Wordpress plugins or only if they're written in a specific way?

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit wordpress.stackexchange
scroll top