ap_link_to( string|array $sub )

Description #

Echo anspress links.

Parameters #

  • $sub
    string | array (Required) Sub page.

Changelog #

VersionDescription
2.1Introduced.

Source #

File: includes/functions.php

function ap_link_to( $sub ) {
	echo esc_url( ap_get_link_to( $sub ) );
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment