TABLE_NAME
TABLE_NAME ='asset_seo_redirect'
Use this to create your database tables and to create the instances of `DeliverAnonymousAsset`.
$pool :array<mixed,\DevOwl\DeliverAnonymousAsset\DeliverAnonymousAsset>
The pool of collected built `DeliverAnonymousAsset` instances.
build(string $handle,string $file,string $id = null)
Create an anonymous asset. Do not forget to make it `->ready()` after you enqueued it! This must be done in `wp` hook as it is the first available hook.
string | $handle | |
string | $file | |
string | $id | If you pass an ID, the instance will be hold in this class pool and you can use |