Profiles

  • Member Since: May 14th, 2020
  • Find me on:
  • Posted a reply to Accessing attributes in a dynamic block, on the site WordPress.org Forums:
    @echodrome try this and paste the output function my_register() { register_block_type(‘quicklinks’, array( ‘render_callback’ => ‘my_blocks_render_quicklinks_block’,…

  • Posted a reply to Changing the “View page” link, on the site WordPress.org Forums:
    @kuckovic could you attach screenshots?

  • Posted a reply to Accessing attributes in a dynamic block, on the site WordPress.org Forums:
    you can access all the posted variables by jQuery using: print_r($_POST); print_r($_GET); To find all…

  • Posted a reply to Problem with wp_insert_post, on the site WordPress.org Forums:
    ‘post_ID’ => $page_id, the above should be ID not post_ID. This reply was modified 1…