get( 'Name' ); $url = $actions_theme->get( 'ThemeURI' ); $author = $actions_theme->get( 'Author' ); $copyright = __( 'Copyright © ', 'actions' ) . get_bloginfo( 'name' ) . ' ' . esc_attr( date_i18n( __( 'Y', 'actions' ) ) ); 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' ), esc_attr( $name ), '' . esc_attr( $author ) . '' ); } do_action( 'actions_after_footer' ); do_action( 'actions_footer_close' ); } }