- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
816 B
PHP
Executable File
26 lines
816 B
PHP
Executable File
<?php
|
|
/* Prevent direct access */
|
|
defined('ABSPATH') or die("You can't access this file directly.");
|
|
|
|
/**
|
|
* This is printed as the group footer - only works with vertical results
|
|
*
|
|
* !!!IMPORTANT!!!
|
|
* Do not make changes directly to this file! To have permanent changes copy this
|
|
* file to your theme directory under the "asp" folder like so:
|
|
* wp-content/themes/your-theme-name/asp/group-footer.php
|
|
*
|
|
* You can use any WordPress function here.
|
|
* Variables to mention:
|
|
* String $group_name - the group name (including post count)
|
|
* Array[] $s_options - holding the search options
|
|
*
|
|
* You can leave empty lines for better visibility, they are cleared before output.
|
|
*
|
|
* MORE INFO: https://knowledgebase.ajaxsearchpro.com/hooks/templating/result-templating
|
|
*
|
|
* @since: 4.0
|
|
*/
|
|
?>
|
|
</div>
|