If it’s the first time you are using the assets folder, do not forget to:
svn add assets/*
and commit the updates. 😉
I was wondering why my banner image / screenshots were not showing and realized I didn’t even add them to SVN!
HTH!
Related Posts:
- Do uploaded plugins get updates if they came from the wordpress plugin directory?
- Properly licensing a plugin that uses Apache 2.0 licensed code
- Find source of notice / warning / errors efficiently
- Plugin Repo: Why do some plugins get version charts while others don’t?
- How long should it take for a plugin to fully load into the WordPress.org plugin repository?
- How can I edit commit messages in my wp-hosted plugin repo?
- do_action and add_action on two different installed plugins won’t work
- Plugin directory says that my plugin it’s not availabe in Spanish, but it is
- Update own Plugin Repository on Multisite
- WordPress.org how to force expire Cached Banner-772×250 from my Plugin page
- add_action hook for completely new post?
- Is get_option function cached?
- How to include jQuery and JavaScript files correctly?
- $_POST form request with admin-post
- How do I log plugin (cron) actions?
- How can I run AJAX on a button click event?
- Why does WordPress create two transients with the same name when I specify timeout value?
- How to Rewrite WordPress URL for a Plugin
- Is it possible to add an admin page using add_submenu_page() and pass a var in the query string?
- Managing two editable fields in gutenberg
- Proper way to use apply_filters() with class functions?
- Determine which theme location a wp_get_nav_menu_items is for
- Naming Admin Menus and Submenus
- How to use wp_set_password in a plugin?
- Endpoint on Specific Page Slug
- How can I free up the memory used by update_post_meta?
- add javascript button to order place button
- How to register activation and deactivation hook in plugin using OOP pattern
- Does add_filter work outside functions.php
- Is it possible to modify the media library admin screen?
- URL rewriting must be activated manually for my plugin
- In woocommerce who is responsible for sending the receipt email?
- how to activate plugin network-wide, and save setting across sites
- PHP logging framework to be used with WordPress
- How to restore WP 5.4 behaviour where a numeric string could added to each page URL and parsed as “page” in WP 5.5?
- What is difference between blog id and site id?
- How to Load Plugin JS in theme’s footer section
- Show dialog box in TinyMCE plugin and use WordPress php functions in it
- PHP 7 – Class Method Compatibility Issue
- Change reset password URL returned by wp_lostpassword_url() via plugin
- Plugin development: How many plugin and WordPress version combinations to support?
- Hook to get image filename when it is uploaded
- wp_transition_post_status does not change the status of the post
- Add notification bubble notice in navigation using transients
- How to print raw query from WP_Query class just like in CodeIgniter
- dbDelta() Error – Incorrect index name ” for query ALTER TABLE
- Custom plugin – $post_id in wp_head
- Is it safe to call do_action and apply_filters for built-in hooks?
- Clearing cached plugin data if it is using an external object cache
- Creating a Link Text like Submit Button in Admin Page
- wordpress plugin php file processing form
- 403 Error when text is pasted in Custom Metabox Textarea
- How To Change Post Author Default?
- is it recommended to use WP_List_Table?
- Multiple Plugin best practice in Multisite
- How to extend WooCommerce API to show bookable product availability rules?
- Memberpress Hooks and Activity
- WordPress allows multiple users to have same email ID; and I’ve a problem with it!
- Enumerating shortcode attributes in JavaScript
- Delist entries in the_loop
- wordpress add_submenu_page adds broken link
- WP Enqueue style on all plug-in pages
- Uploaded attachment not set as featured image
- WordPress – manually relate a post to page(s)?
- How to use apiFetch to get author information in Gutenberg properly?
- Gutenberg blocks error: Each child in a list should have a unique “key” prop
- Can we use a library under MIT license in a WooCommerce plugin?
- How do I find the page/url where a search came from when using pre_get_posts filter?
- Soap web service request from wordpress plugin
- Why does comments_open() return false when publishing a scheduled post?
- Using delete_post_meta for deleting multiple selected options
- Use options to control jQuery plugin
- Including template in shortcodes
- Is there anything special required to make a plugin work in a multisite environment?
- How to exclude categories from get_categories() select list inside a widget admin panel
- How to automatically activate a plugin on install
- WordPress plugin development theme issue
- Using custom IDP with WP
- Trying to run a Ajax request from a checkout form in woocommerce via a custom plugin
- Securing custom rest API endpoints with public access from PWA
- By adding “?login – failed” code unable to access my dashboard
- jQueryUI draggable doesn’t work in WordPress plugin
- WordPress5.2.3: Better File Download Plugin validation issue
- How do I make secure API calls from my WordPress plugin?
- esc_attr() on hard coded string
- Creating a return url for getting data from external api
- How to prevent users from deleting their accounts?
- How do I get a reference to the HTML memory buffer while the page is being constructed?
- Is it possible to restore an expired transient?
- How to Maintain url on form submit
- Experts opinions needed: How (in)secure is this approach?
- add_option_{$option} action hook not being called
- WP API users per page
- action callback, for action dispatched as reported by hook sniffer, not called
- variable created in page.php is null inside of header.php
- Access WordPress Tag Function From Modal
- how can I insert a link on login page
- Shortcode attribute “title” doesn’t appear in $atts array
- Is it smart to require_once wp-admin/includes/plugin.php when you need only one function from it
- multiple record insert creating many duplicate records