get( 'Name' ); $url = $actions_theme->get( 'ThemeURI' ); $author = $actions_theme->get( 'Author' ); $copyright = __('Copyright © ', 'actions') . get_bloginfo( 'name' ) . ' ' . date( 'Y' ); do_action( 'actions_footer_open' ); do_action( 'actions_before_footer' ); echo esc_html( apply_filters( 'actions_copyright_text', $copyright ) ); if ( apply_filters( 'actions_credit_link', true ) ) { printf( __( ' / Theme: %1$s, designed by %2$s.', 'actions' ), $name, '' .$author. '' ); } do_action( 'actions_after_footer' ); do_action( 'actions_footer_close' ); } }