Skip to content

TangibleInc/old-tangible-framework

Repository files navigation

Tangible Plugin Framework module

Reference: https://docs.tangible.one/modules/plugin-framework

Use

Use the function tangible, inside or after the plugins_loaded action hook, to get the latest version of the framework.

require_once __DIR__.'/vendor/tangible/plugin-framework/index.php';

add_action('plugins_loaded', function() {

  $framework = tangible();

  $framework->register_plugin([
    // ..Plugin config..
  ]);

});

About

Old v2 Tangible Framework. Do not use in new projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages