I want to get \"abc_15_11_02_3\" from http://example.com/project_name/abc_15_11_02_3/. How can i do this?
Best option to do this according to WP Codex is as follow.
Use the global variable $post:
post_name; ?>