- Blog
- How to GraphQL - Ruby (Tutorial)
- Speaker deck
| Date | Event | Title | Slides | Video | Code |
| <?php // do not include this opening php tag in your file | |
| add_filter( 'plugin_action_links_nelio-content/nelio-content.php', 'nc_settings_link' ); | |
| function nc_settings_link( $links ) { | |
| // Build and escape the URL. | |
| $url = esc_url( add_query_arg( | |
| 'page', | |
| 'nelio-content-settings', | |
| get_admin_url() . 'admin.php' | |
| ) ); |
| <?php | |
| /** | |
| * | |
| * You can find the complete tutorial for this here: | |
| * https://pluginrepublic.com/woocommerce-custom-fields | |
| * | |
| * Alternatively, check out the plugin | |
| * https://pluginrepublic.com/wordpress-plugins/woocommerce-product-add-ons-ultimate/ | |
| * |
| Date | Event | Title | Slides | Video | Code |