Actionhaken hinzufügen
add_action( 'your_hook_name','example_function_name' );
function example_function_name() { ?>
Insert your hook contents in here.
<?php }
Noruzzaman Rubel