This commit is contained in:
2026-01-11 19:39:55 +01:00
commit c1042c9cde
98 changed files with 9086 additions and 0 deletions

3
doc/examples/how-to.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$post_types['<your_cpt_id>'] = new CPT('<your_cpt_id>', '<your_cpt_singular_name>', <your_cpt_args> );
?>

2
doc/examples/timber.php Normal file
View File

@@ -0,0 +1,2 @@
<?php
Timber::render( '@plugin/...', $context );

View File

@@ -0,0 +1,5 @@
{{ svg_icon('anchor') }}
{{ theme_setting('title_color') }}
{% if conditional_tags.is_home %}
{# Code... #}
{% endif %}