Wordpress plugins priority

admin

Administrator
Staff member
I have two plugin in wordpress , first plugin names start with 'a' like 'aplugin' and second one names start with 'b' like 'bplugin'. Now I have a function in 'bplugin' , then want to call it from 'aplugin', Because of wordpress plugin loads priority with name ,I can't call it from 'aplugin'.Is there any way to call that without add_action method. Is there any way to do this?