HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/sexnetzwerk24/wp-content/themes/classipress/includes/hooks.php
<?php
/**
 * Theme-specific hooks.
 * For general AppThemes hooks, see framework/kernel/hooks.php
 *
 * @package ClassiPress\Hooks
 * @author  AppThemes
 * @since   ClassiPress 3.1
 */


/**
 * Called in sidebar-user.php & author.php to hook into user informations.
 * @since 3.2
 *
 * @param string $location
 *
 * @return void
 */
function cp_author_info( $location ) {
	do_action( 'cp_author_info', $location );
}


/**
 * Called in cp_formbuilder() to hook into form builder.
 * @since 3.2.1
 *
 * @param object $form_fields
 * @param object|bool $post
 *
 * @return void
 */
function cp_action_formbuilder( $form_fields, $post ) {
	do_action( 'cp_action_formbuilder', $form_fields, $post );
}


/**
 * Called in cp_get_ad_details() to hook before ad details.
 * @since 3.3
 *
 * @param object $form_fields
 * @param object $post
 * @param string $location
 *
 * @return void
 */
function cp_action_before_ad_details( $form_fields, $post, $location ) {
	do_action( 'cp_action_before_ad_details', $form_fields, $post, $location );
}


/**
 * Called in cp_get_ad_details() to hook after ad details.
 * @since 3.3
 *
 * @param object $form_fields
 * @param object $post
 * @param string $location
 *
 * @return void
 */
function cp_action_after_ad_details( $form_fields, $post, $location ) {
	do_action( 'cp_action_after_ad_details', $form_fields, $post, $location );
}