wp-includes/blocks/post-navigation-link.php


Lines:

1 to 13 of 13
<?php

/**
 * Server-side rendering of the `core/post-navigation-link` block.
 *
 * @package WordPress
 */

/* function render_block_core_post_navigation_link() – Renders the `core/post-navigation-link` block on the server. */

/* function register_block_core_post_navigation_link() – Registers the `core/post-navigation-link` block on the server. */
add_action( 'init', 'register_block_core_post_navigation_link' );
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,,