<?php
/* Put Breadcrumbs in a ul li structure */
function THEMENAME_breadcrumb($variables) {
$breadcrumb = $variables['breadcrumb'];
$title = drupal_set_title();
if (!empty($breadcrumb)) {
$crumbs = '<ul >';
foreach(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Ninja Forms - Webhooks Auth Headers | |
*/ | |
add_filter( 'nf_remote_post_args', 'nf_wh_add_auth' ); | |
function nf_wh_add_auth( $args ){ | |
$headers = array( |