Tagged Questions
0
votes
1answer
142 views
Retrieve Path of admin.php
Is there a better way of retrieving the path of admin.php and the url of wp-admin.css?
What I can think of is:
$adminphppath = ABSPATH . '\wp-admin\admin.php';
$admincssurl = get_bloginfo('wpurl') . ...